Autogenerated HTML docs for v1.4.1-ga3e6
diff --git a/git-ls-files.txt b/git-ls-files.txt index 4d8a2ad..8520b97 100644 --- a/git-ls-files.txt +++ b/git-ls-files.txt
@@ -207,7 +207,7 @@ An example: -------------------------------------------------------------- - $ cat .git/ignore + $ cat .git/info/exclude # ignore objects and archives, anywhere in the tree. *.[oa] $ cat Documentation/.gitignore @@ -217,7 +217,7 @@ !foo.html $ git-ls-files --ignored \ --exclude='Documentation/*.[0-9]' \ - --exclude-from=.git/ignore \ + --exclude-from=.git/info/exclude \ --exclude-per-directory=.gitignore --------------------------------------------------------------